home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-05-05 | 1.1 KB | 32 lines | [TEXT/McWt] |
-
- ; textures
- ; -----------------------------------------------------------------
- ; Name File
- ; -----------------------------------------------------------------
- texture turf turf.pictr ; t0
- texture sky Sky.pictr ; t1
-
- ; ------------------------------------------------------------------
- ; X-pos Y-pos Index
- ; ------------------------------------------------------------------
- vertex -55 -55 ; v0
- vertex -55 55 ; v1
- vertex 55 55 ; v2
- vertex 55 -55 ; v3
-
-
- ; ------------------------------------------------------------------
- ; yFloor yCeil textureFloor textureCeil Index
- ; ------------------------------------------------------------------
- region 0 100 turf sky ; r0
- region 100 100 turf sky ; r1
-
- ; ------------------------------------------------------------------
- ; vLeft vRight textureWall rFront rBack Scale Offset Index
- ; ------------------------------------------------------------------
- wall 1 0 sky 0 1 .1 1 0 0
- wall 2 1 sky 0 1 .1 1 0 0
- wall 3 2 sky 0 1 .1 1 0 0
- wall 0 3 sky 0 1 .1 1 0 0
-
-